home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / tclMotif-1.4 / programs / prog58 < prev    next >
Encoding:
Text File  |  1995-06-29  |  201 b   |  13 lines

  1. # testing additional resources
  2.  
  3. xtAppInitialize -class AppRes
  4.  
  5. xmPushButton .fred managed
  6.  
  7. .fred getAppResources { {no_file NoFile "no file" x} }
  8. puts stdout "option1: $x"
  9.  
  10. . realizeWidget
  11.  
  12. . mainLoop
  13.